body , html{
	margin:0px;
	padding:0px;
	border:none;
	width:100%;
	/*height:100%;*/
	background-color:#000;
	cursor:default;
}

#container {
	position:relative;
	width:95%;
	min-width:800px;
	margin:0px auto;
	padding:0px;
	border:none;
	background-color:#000;
	top:0px;
	left:0px;
}

/*IE 6 Hack*/
* html #container{
	top:-20px;
}
/*IE 7 Hack*/
*+html #container{
	top:-20px;
}

img, div { behavior: url(style/iepngfix.htc) ; }
/*--------------------- HEADER TITLE -------------------*/
#header{
	position:relative;
	height:180px;
	background-color:#000;
	margin:0px;
	padding:0px;
	left:0px;
	border:0px;
}
#header #headguit{
	float:left;
	width:292px;
	height:180px;
	background-image:url(menuUP.png);
	background-repeat:no-repeat;
}
#header #headtitle{
	margin-left:292px;
	height:180px;
	padding-top:30px;
	background-color:#000;
	text-align:center;
}
/*------------------------ CONTENT  -----------------------*/
#content{
	position:relative;
	color:#FFF;
	background-color:#111;
	margin:20px  0 34px 295px;
	border:#CCC 2px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	height:500px;
	max-height:500px;
	overflow:auto;
	padding:5px;
	z-index:5;
	background-color:rgb(1,1,1);
	background-color:rgba(1,1,1,0.98);
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
	line-height:1.3em;	
}

/*IE 6 Hack*/
* html #content{
	margin-top:0px;
}
/*IE 7 Hack*/
*+html #content{
	margin-top:50px;
}

#content #title{
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	color:#FFF;
	text-transform:capitalize;
	font-variant:small-caps;
	border-bottom:#CCC 2px solid;
	padding:2px 0px 3px 0px;
	margin-bottom:10px;
	letter-spacing:0.1em;
}

#content .linkfoto a{
	color:#632100;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content .foto{
	text-align:center;
	line-height:3em;
}
#content .foto a{
	text-decoration:none;
	color:#FFF;
	border-bottom:1px hidden;
}
#content .foto a:hover{
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dotted;
}
#content #videoflv{
	display:none;
}
.desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:15px auto;
	color:#333;
}
.indexcontent{
	background-image:url(mainframe.png);
	background-repeat:no-repeat;
	background-position:center 150px;
	overflow:hidden;
}
/*IE 6 Hack*/
* html .indexcontent{
	background-image:url(mainframe.jpg);
	background-repeat:no-repeat;
	background-position:center 150px;
	overflow:hidden;
}
/*------------------------ FOOTER  -----------------------*/
#footer{
	position:relative;
	background-color:#191919;
	background-color:rgb(1,1,1);
	color:#CCC;
	margin:48px auto 5px auto;
	height:50px;
	border:#CCC 2px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	font-variant:small-caps;
	text-align:center;
	line-height:4.3em;
	z-index:5;
}
/*IE 6 Hack*/
* html #footer{
	top:-0px;
}
/*IE 7 Hack*/
*+html #footer{
	top:-0px;
}

/*------------------------ MENU  -----------------------*/
#menu {
	position:absolute;
	left:0px;
	top: 180px;
	width: 292px;
	z-index:2;
}

/*IE 6.0 HACK*/
* html #menu {
	position:absolute;
	left:0px;
	top: 199px;
	width: 292px;
	z-index:2;
}
/*IE 7 HACK*/
*+html #menu {
	position:absolute;
	left:0px;
	top: 199px;
	width: 292px;
	z-index:2;
}

#menu #menutop{
	width:292px;
	height:171px;
	background-image:url(menuUP.png);
	background-repeat:no-repeat;
	background-position:0 -180px;
}
#menu #menulinks{
	width:170px;
	margin:0 auto 0 64px;
}

#menu a{
	display:block;
	height:37px;
	background-image:url(menulinks.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:20px 5px 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:capitalize;
	font-variant:small-caps;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	z-index:1;
}
#menu a:hover{
	background-position:-170px 0;
	padding-right:30px;
}

#menubottom{
	position:absolute;
	padding:0;
	margin:0;
	background-image:url(menuBottom.png);
	width:240px;
	height:207px;
	top:579px;
	left:3px;
	z-index:0;
}
/*IE 6.0 HACK*/
* html #menubottom {
	position:absolute;
	padding:0;
	margin:0;
	background-image:url(menuBottomL.png);
	background-position:top;
	width:240px;
	height:207px;
	top:598px;
	left:3px;
	z-index:0;
}
/*IE 7 HACK*/
*+html #menubottom {
	position:absolute;
	padding:0;
	margin:0;
	background-image:url(menuBottomL.png);
	background-position:top;
	width:240px;
	height:207px;
	top:598px;
	left:3px;
	z-index:0;
}


#menubottomR{
	position:absolute;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-image:url(menuBottom.png);
	background-position:-240px 53px;
	width:239px;
	height:260px;
	top:525px;
	left:243px;
	z-index:0;
}
/*IE 6.0 HACK*/
* html #menubottomR {
	position:absolute;
	padding:0;
	margin:0;
	background-image:url(menuBottomR.png);
	background-position:top;
	width:239px;
	height:260px;
	top:544px;
	left:243px;
	z-index:0;
}
/*IE 7 HACK*/
*+html #menubottomR {
	position:absolute;
	padding:0;
	margin:0;
	background-image:url(menuBottomR.png);
	background-position:top;
	width:239px;
	height:260px;
	top:544px;
	left:243px;
	z-index:0;
}

